Formats
.project
Overview of the .project format if you would like to convert something else into a PresenterBuddy project file.
A project file is a collection of many shows (songs/presentations), and can also include media files, overlays, etc.
The data type is JSON (optionally ZIP to include media files). Supported file extensions for both data types are .project or .shows (Or .json / .zip depending on the type).
A project file can be a simple .json file. But if you must include media (images/videos/audio) files, then the project_file.json must be renamed to data.json, and be added to a .zip archive along with the media files, in that case the files key as shown below, must also be added to the json format.